home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00036_Script_14Roll < prev    next >
Text File  |  1999-03-01  |  324b  |  12 lines

  1. on mouseEnter me
  2.   set the loc of sprite 21 to point(150, 69)
  3.   set the rect of sprite 21 to rect(150, 69, 424, 313)
  4.   set the member of sprite 21 to member "4-feat05"      
  5.   
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite 21 to "sprite21 HotRect"
  10.   set the rect of sprite 21 to rect(1548, 1483, 573, 500)
  11. end
  12.